| Total Complexity | 1 |
| Total Lines | 8 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | import AbstractDropdownDispatcher from './AbstractDropdownDispatcher'; |
||
| 4 | export default class SmileyDropdownDispatcher extends AbstractDropdownDispatcher { |
||
| 5 | getMenuItem(schema) { |
||
| 6 | return super.getMenuItem(schema, { |
||
| 7 | icon: svgIcon('emoticon'), |
||
| 8 | label: LANG.plugins.prosemirror['label:smileys'], |
||
|
|
|||
| 9 | }); |
||
| 10 | } |
||
| 11 | } |
||
| 12 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.